/* 
* @Author: Martin@商聚网络
* @Date:   2017-09-26 
* @Last Modified by:   Martin@商聚网络
* @Last Modified time: 2017-09-26 16:07:25
*/
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; 
}

.swiper-slide img{
    width: 100%;
    display: block;
}

.bannerBox{
    width: 100%;
    /*height: 500px;*/
    overflow: hidden;
    min-width: 1200px;
}

.bannerBox img{
    width: 100%;
    display: block;
}

.business ul.items{
    width: 100%;
    overflow: hidden;
}

.business ul.items .nav_li{
    width: 12.6%;
    height: 100px;
    background: url(../img/bg_nav.png) no-repeat 0px 100px;
    background-size: 100%;
    overflow: hidden;
    display: inline-block;
}

.business ul.items .nav_li .navTitle{
    display: block;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
     color: #006666;
    margin-top: 40%;
}

.business ul.items .nav_li .navText{
    position: relative;
    top: 50px;
    color: #fff;
    font-size: 13px;
    display: block;
    text-align: center;
}

.business ul.items .nav_li:hover{
    background-position: 0px 0px;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}

.business ul.items .nav_li:hover .navTitle{
    color: #fff;
    margin-top: 25%;
}

.business ul.items .nav_li:hover .navText{
    -webkit-transition: all .4s ease-in-out .4s;
    -moz-transition: all .4s ease-in-out .4s;
    -ms-transition: all .4s ease-in-out .4s;
    -o-transition: all .4s ease-in-out .4s;
    transition: all .4s ease-in-out .4s;
    top: 5px;
}

.border_color{
    width: 50%;
    height: 1px;
    border-bottom: 1px dotted #ccc;
    margin: auto;
    padding-top: 8%;
}

.mallText{
    color: #DADADA;
    float: left;
    display: block;
    font-size: 12px;
    margin-right: 7%;
}

.advantage{
    width: 100%;
    height: 440px;
    overflow: hidden;
    background: #ffffff;
}

.advantageBox{
    width: 100%;
    overflow: hidden;
}

.adage_h2,.pf_h2,.in_h2{
    color: #333333;
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
	font-weight:bold;	
    font-family: '微软雅黑';
    line-height: 1;
    letter-spacing: 3px;
    margin-top: 4%;
    padding-bottom: 1.5%;
}

.graphicBoxs{
    width: 92%;
    overflow: hidden;
    box-sizing: border-box;
	padding-bottom:5px;
	text-align:center;
	
	
}

.graphicBoxs img{
    width: 90%;
    display: block;
border: 1px solid #DADADA;

	
}

.graphicBoxs .gcDiv{
    width: 10%;
    overflow: hidden;
    float: right;
}

.graphicBoxs .gcDiv:nth-child(n+2){
    margin-left: 18px;
}





.graphicBox{
    width: 95%;
    overflow: hidden;
    box-sizing: border-box;
	margin:0 auto;
}

.graphicBox img{
    width: 100%;
    display: block;
}

.graphicBox .gcDiv{
    width: 21%;
    overflow: hidden;
    float: left;
	
	background:#FFFFFF;
	margin:0 auto;
}

.graphicBox .gcDiv:nth-child(n+2){
    margin-left: 5%;
}


.graphicBox .gcDiv h3{
    color: #333;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    font-family: '微软雅黑';
    line-height: 1.5;
    letter-spacing: 2px;
	border-top: 1px solid #DADADA;
}

.gcDiv .gcImg{
    width: 100%;
    
    overflow: hidden;
    cursor: pointer;
}

.gcDiv .gcText{
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 25px;
    margin: auto;
    width: 97%;
    height: 275px;
    padding-top: 10%;
    margin: auto;
    cursor: pointer;
}

.gcDiv .gcText:hover{
    color: #DADADA;
}

.platformBox{
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.pf_div{
    width: 100%;
    overflow: hidden;
	text-align:center;
	
}

.pf_div img{
    width: 100%;
    display: block;
}

.pf_div .platformText{
    width: 100%;
    overflow: hidden;
}

.pf{
    width: 12%;
    overflow: hidden;
    float: left;
	margin:10px;
	border: 1px solid #ddd;
	
}

.pf_div .pf .pf_solution{
    color: #333333;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    padding-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	padding-bottom:8px;
}

.pf_div .pf .pf_solution:hover{
    color: #000000;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    padding-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	padding-bottom:8px;
}

.pf .pfImg{

    width: 98%;
    height: 85px;
    display: block;
        -webkit-transition: -webkit-transform 1s ease-out;
    -moz-transition: -moz-transform 1s ease-out;
    -o-transition: -o-transform 1s ease-out;
    -ms-transition: -ms-transform 1s ease-out;
	text-align:center;
	
}

.pf .pfImg:hover{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.pf .pfText{
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 15px;
    line-height: 25px;
    margin: auto;
    width: 95%;
    padding-top: 10%;
    text-align: left;
    margin: auto;
    height: 100px;
}

.pf a{
    color: #fff;
    display: block;
    text-align: center;
    font-size: 14px;
    width: 35%;
    height: 31px;
    background: #DADADA;
    margin: 17% auto;
    line-height: 31px;
    border-radius: 4px;
}

.pf a:hover{
    background: #184d79;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    transition: all .7s;
}

.pf:nth-child(n+2){
    margin-left: 2%;
}

.cor_ImgShow{
    width: 100%;
    height: 405px;
    overflow: hidden;
    margin-top: 1.5%;
}

.index_News,.in_NewsBox{
    width: 100%;
    overflow: hidden;
}

.in_NewsUl{
    width: 100%;
    overflow: hidden;
    margin-top: 2%;
    padding-bottom: 5%;
}

.in_NewsUl .ind_Newslist{
    width: 44%;
    overflow: hidden;
    float: left;
}

.in_NewsUl .ind_Newslist1{
    width: 100%;
    overflow: hidden;
    float: left;
}

.in_NewsUl .ind_Newslist:nth-child(2n){
    margin-left: 12%;
}

.in_NewsUl .ind_Newslist .ind_leftBox{
    width: 25%;
    height: 114px;
    overflow: hidden;
    float: left;


}
.in_NewsUl .ind_Newslist1 .ind_leftBox{
    width: 20%;
    height: 114px;
    overflow: hidden;
    float: left;


}
.in_NewsUl .ind_Newslist .ind_leftBox img{
  width:130px; height:85px; padding-top:18px; padding-left:8px;
}
.in_NewsUl .ind_Newslist1 .ind_leftBox img{
  width:130px; height:85px; padding-top:18px; padding-left:8px;
}



.ind_leftBox .ind_blue,.ind_white{
    width: 100%;
    height: 55px;
    display: block;
    text-align: center;
    line-height: 55px;
    color: #fff;
    font-size: 20px;
    background: #DADADA;
}

.ind_white{
    background: #fff;
    color: #DADADA;
    font-size: 18px;
    font-weight: 600;
    padding-top: 6%;
}

.in_NewsUl .ind_Newslist .ind_rightBox{
    width: 70%;
    height: 114px;
    overflow: hidden;
    float: left;
	margin-left:2%;
}
.in_NewsUl .ind_Newslist1 .ind_rightBox{
    width: 70%;
    height: 114px;
    overflow: hidden;
    float: left;
	margin-left:2%;
}
.ind_rightBox a{color:#666666; }
.ind_rightBox a:hover{color:#000000}
.ind_rightBox .ind_RightTitile{
    overflow: hidden;
    height: 55px;
    line-height: 55px;
    padding-left: 1%;
}

.ind_rightBox .ind_RightTitile h3{
    display: block;
    float: left;
    font-size: 19px;    
    font-weight: 500;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ind_RightTitile .jiaBg{
    width: 21px;
    height: 21px;
    background: url(../img/jia_1.png) no-repeat 100%;
    background-size: 100%;
    float: left;
    margin-top: 4%;
    cursor: pointer;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    transition: all .7s;
}

.ind_rightBox .ind_Introduce{   
    display: block;
    font-size: 14px;
    margin-left: 1%;
    margin-top: 0%;
    width: 95%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.ind_RightTitile .jiaBg:hover{
    background: url(../img/jia_2.png) no-repeat 100%;
    background-size: 100%;
    margin-top: 4%;
}

.ind_leftBox .ind_gray{
    background: #dbdbdb;
    color: #8e8e8e;
}

.ind_leftBox .ind_gray2{
    color: #8e8e8e;
}

.ind_RightTitile .jiaBgGray{
    background: url(../img/jia_2.png) no-repeat 100%;
}

.ind_RightTitile .jiaBgGray:hover{
    background: url(../img/jia_1.png) no-repeat 100%;
    background-size: 100%;
    margin-top: 4%;
}

.ind_rightBox .ind_RightTitile .ind_GrayText{
    color: #333;
}

.in_NewsUl .ind_Newslist:nth-child(n+3){
    margin-top: 4%;
}

.in_NewsUl .ind_Newslist:hover{
    background: rgba(204, 204, 204, 0.17);
}

.in_NewsUl .ind_Newslist1:hover{
    background: rgba(204, 204, 204, 0.17);
}



